FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailRow<TItem> Class / ActualHeight Property

In This Topic
    ActualHeight Property (GridDetailRow<TItem>)
    In This Topic
    Gets the actual height of the row in pixels.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualHeight As Double
    public double ActualHeight {get;}
    See Also